home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / PCMULTI / pcmulti.dir / 00024_Script_24 < prev    next >
Text File  |  1995-09-23  |  220b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3.   puppetsprite 15,true
  4.   set the moveablesprite of sprite 15 to true
  5.   if the mouseup then
  6.     if sprite 15 intersects 2 then
  7.       go to the frame + 1
  8.     end if
  9.   end if 
  10.   
  11. end